From 80e66cc4d90bf8c15d1a5f6e3152e90147f00772 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 6 Aug 2016 19:55:02 +0200 Subject: normalizes indentation and whitespace across the project --- actionpack/test/journey/nfa/transition_table_test.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'actionpack/test/journey/nfa') diff --git a/actionpack/test/journey/nfa/transition_table_test.rb b/actionpack/test/journey/nfa/transition_table_test.rb index 81f9501688..c948880c47 100644 --- a/actionpack/test/journey/nfa/transition_table_test.rb +++ b/actionpack/test/journey/nfa/transition_table_test.rb @@ -61,11 +61,11 @@ module ActionDispatch end private - def tt string - ast = @parser.parse string - builder = Builder.new ast - builder.transition_table - end + def tt string + ast = @parser.parse string + builder = Builder.new ast + builder.transition_table + end end end end -- cgit v1.2.3