Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Apr 13, 2023
1 parent f2ef0b0 commit b09351d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sample_exercises/python3/exercise/.tmcproject.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tests_timeout_ms: 10000
tests_timeout_ms: 10000
2 changes: 1 addition & 1 deletion sample_exercises/python3/exercise/src/emoticon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BEGIN SOLUTION
print(":^)")
# END SOLUTION
# STUB: # Write your solution here
# STUB: # Write your solution here
1 change: 0 additions & 1 deletion sample_exercises/python3/exercise/test/test_emoticon.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ def test_print_emoticon(self):

if __name__ == '__main__':
unittest.main()

2 changes: 1 addition & 1 deletion sample_exercises/r/exercise/tests/testthat/testExercise1.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ test("exercise 1f is solved correctly", character(0), {
# g)
test("exercise 1g is solved correctly", character(0), {
expect_equal(v2, c(3, 9, 15, 21))
})
})

0 comments on commit b09351d

Please sign in to comment.