Skip to content

Commit 40f1844

Browse files
helpermethodmarc0der
authored andcommitted
Remove unnecessary changes
1 parent e2fdf6b commit 40f1844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/groovy/sdkman/stubs/UnameStub.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ class UnameStub {
2424
this.kernel = kernel
2525
this
2626
}
27-
27+
2828
UnameStub forMachine(String machine) {
2929
this.machine = machine
3030
this
3131
}
32-
32+
3333
UnameStub forPlatform(String uname) {
3434
this.platform = uname
3535
this

0 commit comments

Comments
 (0)