Skip to content

Commit 251d3c0

Browse files
remove redundant brackets #1174
1 parent bb28861 commit 251d3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BrainPortal/lib/boutiques_support.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def self.new_from_file(path)
181181
obj
182182
end
183183

184-
def reload_if_file_timestamp_changed()
184+
def reload_if_file_timestamp_changed
185185
filepath = self.from_file
186186
return self if filepath.blank? || (File.mtime(filepath) - self.mtime_of_file ).abs < 1
187187
self.class.new_from_file(filepath)

0 commit comments

Comments
 (0)