From d4a20f1222cd020eb2cec0d443e9a52918adb6bb Mon Sep 17 00:00:00 2001 From: Tony Torralba Date: Fri, 19 Nov 2021 18:04:51 +0100 Subject: [PATCH] Autoformat --- ql/lib/semmle/go/frameworks/Logrus.qll | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ql/lib/semmle/go/frameworks/Logrus.qll b/ql/lib/semmle/go/frameworks/Logrus.qll index 407a345673b..2daa1370a93 100644 --- a/ql/lib/semmle/go/frameworks/Logrus.qll +++ b/ql/lib/semmle/go/frameworks/Logrus.qll @@ -11,7 +11,10 @@ module Logrus { bindingset[result] private string getALogResultName() { - result.matches(["Debug%", "Error%", "Fatal%", "Info%", "Log%", "Panic%", "Print%", "Trace%", "Warn%"]) + result + .matches([ + "Debug%", "Error%", "Fatal%", "Info%", "Log%", "Panic%", "Print%", "Trace%", "Warn%" + ]) } bindingset[result]