lib/lograge/formatters/ltsv.rb in lograge-0.11.2 vs lib/lograge/formatters/ltsv.rb in lograge-0.12.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Lograge
module Formatters
class LTSV
def call(data)
fields = fields_to_display(data)