Skip to content

Commit

Permalink
[#259] formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
snarve committed Jun 4, 2024
1 parent 55ebb4f commit 84d4eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rego/Drive.rego
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GetFriendlyValue1_1(Value) := concat("",
"compatible allowlisted domains"]) if {
startswith(Value, "TRUSTED_DOMAINS")
}
else := concat(["Files owned by users or shared drives can ",
else := concat("", ["Files owned by users or shared drives can ",
"be shared outside of the organization"]) if {
startswith(Value, "SHARING_ALLOWED")
} else := Value
Expand Down

0 comments on commit 84d4eb7

Please sign in to comment.