Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Feb 14, 2012
1 parent 6403862 commit bcd5322
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/tango/logger.rb
Expand Up @@ -49,7 +49,6 @@ def log_raw(message)

private


def indent
" " * @depth
end
Expand Down
1 change: 0 additions & 1 deletion spec/runner_spec.rb
Expand Up @@ -5,7 +5,6 @@ def begin_step(name); end
def step_not_met(name); end
def step_met(name); end
def log(message); end

end

class StubbedRunner < Tango::Runner
Expand Down

0 comments on commit bcd5322

Please sign in to comment.