mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
Autoformat
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user