lib/swiftformat/plugin.rb in danger-swiftformat-0.0.1 vs lib/swiftformat/plugin.rb in danger-swiftformat-0.0.2
- old
+ new
@@ -62,9 +62,9 @@
# Constructs the SwiftFormat class
#
# @return [SwiftFormat]
def swiftformat
- @swiftformat ||= SwiftFormat.new(binary_path)
+ SwiftFormat.new(binary_path)
end
end
end