lib/has_states/state.rb in stateful_models-0.0.2 vs lib/has_states/state.rb in stateful_models-0.0.3

- old
+ new

@@ -1,6 +1,5 @@ # frozen_string_literal: true module HasStates - class State < Base - end + class State < Base; end end