lib/nql/invalid_expression_error.rb in nql-0.0.3 vs lib/nql/invalid_expression_error.rb in nql-0.0.4
- old
+ new
@@ -1,7 +1,7 @@
-module NQL
- class InvalidExpressionError < StandardError
- def initialize(message)
- super
- end
- end
+module NQL
+ class InvalidExpressionError < StandardError
+ def initialize(message)
+ super
+ end
+ end
end
\ No newline at end of file