treewide: remove redundant quotes
This commit is contained in:
@@ -152,7 +152,7 @@ let
|
||||
|
||||
'' + (builtins.getAttr reason remediation) attrs;
|
||||
|
||||
handler = if config ? "handleEvalIssue"
|
||||
handler = if config ? handleEvalIssue
|
||||
then config.handleEvalIssue reason
|
||||
else throw;
|
||||
in handler msg;
|
||||
|
||||
Reference in New Issue
Block a user