Skip to content

Commit 074d7e6

Browse files
committed
style: fix goimports formatting
1 parent 42af294 commit 074d7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/builtin_operators_blp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ func CheckSecurityLevelFunc(args ...interface{}) (interface{}, error) {
5656
action := args[2].(string)
5757

5858
return CheckSecurityLevel(subject, object, action), nil
59-
}
59+
}

0 commit comments

Comments
 (0)