Skip to content

Commit

Permalink
added update reachability to modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiko7454 authored Oct 24, 2023
1 parent dded959 commit c1a1675
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion slither/solc_parsing/declarations/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ def analyze_content(self) -> None:

self._rewrite_ternary_as_if_else()
self._remove_alone_endif()


Check warning on line 95 in slither/solc_parsing/declarations/modifier.py

View workflow job for this annotation

GitHub Actions / Lint Code Base

C0303: Trailing whitespace (trailing-whitespace)
if self._function.entry_point:
self._update_reachability(self._function.entry_point)
# self._analyze_read_write()
# self._analyze_calls()

Expand Down

0 comments on commit c1a1675

Please sign in to comment.