Skip to content

Commit 86e7c2a

Browse files
committed
add pre-commit
1 parent d9a66fc commit 86e7c2a

54 files changed

Lines changed: 146 additions & 60 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

+stdlib/+dotnet/uptime.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
t = [];
1212
end
1313

14-
end
14+
end

+stdlib/+java/cpu_arch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
a = char(javaMethod('getProperty', 'java.lang.System', 'os.arch'));
88

9-
end
9+
end

+stdlib/+perl/perl2cmd.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
c = sprintf('''%s''', p);
1111
end
1212

13-
end
13+
end

+stdlib/+python/private/pythonException.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ function pythonException(e)
1010
otherwise, rethrow(e)
1111
end
1212

13-
end
13+
end

+stdlib/+python/uptime.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
t = [];
88
end
99

10-
end
10+
end

+stdlib/append.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
end
2626

2727

28-
%!assert(stdlib.append('a','b'), 'ab')
28+
%!assert(stdlib.append('a','b'), 'ab')

+stdlib/cpu_count.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
%!assert (stdlib.cpu_count() >= 0)
1717
%!test
18-
%! mustBeInteger(stdlib.cpu_count())
18+
%! mustBeInteger(stdlib.cpu_count())

+stdlib/drop_slash.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
end
1616

1717

18-
%!assert (stdlib.drop_slash('a//b/'), 'a/b')
18+
%!assert (stdlib.drop_slash('a//b/'), 'a/b')

+stdlib/expanduser.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
%!assert(stdlib.expanduser('~'), stdlib.homedir())
4040
%!assert(stdlib.expanduser('~/'), stdlib.homedir())
4141
%!assert(stdlib.expanduser('~/abd'), [stdlib.homedir(), '/abd'])
42-
%!assert(stdlib.expanduser('abc'), 'abc')
42+
%!assert(stdlib.expanduser('abc'), 'abc')

+stdlib/file_size.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
%!test
2525
%! if isfolder('+stdlib/') % for use from oruntests('+stdlib')
2626
%! assert (stdlib.file_size('../Readme.md') > 0)
27-
%! end
27+
%! end

0 commit comments

Comments
 (0)