Skip to content

Commit ccf0083

Browse files
committed
lint
1 parent 9755b0a commit ccf0083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+stdlib/get_pid.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
function pid = get_pid()
44

55
if stdlib.matlabOlderThan('R2025a')
6-
pid = feature('getpid');
6+
pid = feature('getpid'); %#ok<FEATGPID>
77
else
88
pid = matlabProcessID;
99
end

0 commit comments

Comments
 (0)