Skip to content

Commit

Permalink
Update slither/detectors/functions/modifier.py
Browse files Browse the repository at this point in the history
Co-authored-by: alpharush <[email protected]>
  • Loading branch information
mohasdev and 0xalpharush authored Nov 30, 2023
1 parent 9915b34 commit 0f98515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/detectors/functions/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _detect(self) -> List[Output]:
info: DETECTOR_INFO = [
"Modifier ",
mod,
" does not always execute _; or revert \n",
" does not always execute _; or revert\n",
]

res = self.generate_result(info)
Expand Down

0 comments on commit 0f98515

Please sign in to comment.