Fix RuboCop Layout/ group offenses in docs example code

This commit is contained in:
Issy Long 2024-01-21 22:25:33 +00:00
parent 6485324b18
commit af90f0858a
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
5 changed files with 39 additions and 39 deletions

View File

@ -68,8 +68,8 @@ These expressions can be nested as needed:
license any_of: [
"MIT",
:public_domain,
all_of: ["0BSD", "Zlib", "Artistic-1.0+"],
"Apache-2.0" => { with: "LLVM-exception" },
{ all_of: ["0BSD", "Zlib", "Artistic-1.0+"],
"Apache-2.0" => { with: "LLVM-exception" } },
]
```