app/models/spotlight/contact_image.rb in blacklight-spotlight-2.4.1 vs app/models/spotlight/contact_image.rb in blacklight-spotlight-2.5.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Spotlight
###
# A simple sub class of FeaturedImage to set a small square size for contacts
class ContactImage < FeaturedImage
private