Skip to content

Commit

Permalink
Merge pull request #23 from lukeasrodgers/fix-newline-warning
Browse files Browse the repository at this point in the history
Swapping CR for NL character in decisiontree.rb
  • Loading branch information
igrigorik committed Aug 27, 2014
2 parents 9bee28a + 0415798 commit 9521c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/decisiontree.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require File.dirname(__FILE__) + '/decisiontree/id3_tree.rb'
require File.dirname(__FILE__) + '/decisiontree/id3_tree.rb'

0 comments on commit 9521c73

Please sign in to comment.