Skip to content

Commit 02f7447

Browse files
committed
Appease the linter gods
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 257962b commit 02f7447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/rbac/USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Let's now add our frobulator noun to `coderd/rbac/policy/policy.go`:
103103
...
104104
```
105105

106-
We need to create/read/update/delete rows in the `frobulators` table, so we define
107-
those actions.
106+
We need to create/read/update/delete rows in the `frobulators` table, so we
107+
define those actions.
108108

109109
`policy.go` is used to generate code in `coderd/rbac/object_gen.go`, and we can
110110
execute this by running `make gen`.

0 commit comments

Comments
 (0)