lib/sunspot/null_result/hit.rb in sunspot-null_result-0.4.1 vs lib/sunspot/null_result/hit.rb in sunspot-null_result-0.5.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module Sunspot
class NullResult
class Hit < Struct.new(:primary_key)
end
end