Skip to content

Commit b09351d

Browse files
committed
Whitespace fixes
1 parent f2ef0b0 commit b09351d

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tests_timeout_ms: 10000
1+
tests_timeout_ms: 10000
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# BEGIN SOLUTION
22
print(":^)")
33
# END SOLUTION
4-
# STUB: # Write your solution here
4+
# STUB: # Write your solution here

sample_exercises/python3/exercise/test/test_emoticon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ def test_print_emoticon(self):
1919

2020
if __name__ == '__main__':
2121
unittest.main()
22-

sample_exercises/r/exercise/tests/testthat/testExercise1.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ test("exercise 1f is solved correctly", character(0), {
3737
# g)
3838
test("exercise 1g is solved correctly", character(0), {
3939
expect_equal(v2, c(3, 9, 15, 21))
40-
})
40+
})

0 commit comments

Comments
 (0)