Skip to content

Commit

Permalink
Update modifier.py
Browse files Browse the repository at this point in the history
removed trailing whitespace
  • Loading branch information
Tiko7454 authored Oct 24, 2023
1 parent c1a1675 commit 0994edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/solc_parsing/declarations/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def analyze_content(self) -> None:

self._rewrite_ternary_as_if_else()
self._remove_alone_endif()

if self._function.entry_point:
self._update_reachability(self._function.entry_point)
# self._analyze_read_write()
Expand Down

0 comments on commit 0994edf

Please sign in to comment.