Skip to content

Commit

Permalink
fix: add shared_key_is_empty(...) to pure functions
Browse files Browse the repository at this point in the history
This prevents a warning because it's used in an assert.
  • Loading branch information
sudden6 committed Aug 7, 2022
1 parent f63b737 commit b7ffe5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tokstyle/Linter/Assert.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ checkAssertArg file name expr =
exemptions =
[ "make_family"
, "memcmp"
, "shared_key_is_empty"
]


Expand Down

0 comments on commit b7ffe5f

Please sign in to comment.