Skip to content

Commit 0dbfd77

Browse files
authored
Apply consistent formatting on exercise files (#378)
[no important files changed]
1 parent 7c1a8ae commit 0dbfd77

File tree

63 files changed

+789
-794
lines changed

Some content is hidden

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

63 files changed

+789
-794
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# This is a stub file for the CoffeeScript track
2-
31
Array::accumulate = (args) ->

exercises/practice/all-your-base/all-your-base.spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
allYourBase = require './all-your-base'
22

3-
describe "AllYourBase", ->
3+
describe "AllYourBase", ->
44
it "single bit one to decimal", ->
55
actual = allYourBase {
66
inputBase: 2,

0 commit comments

Comments
 (0)