Update modifier.py

removed trailing whitespace
pull/2305/head
Tigran Avagyan 1 year ago committed by GitHub
parent c1a1675259
commit 0994edf110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      slither/solc_parsing/declarations/modifier.py

@ -92,7 +92,7 @@ class ModifierSolc(FunctionSolc):
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()

Loading…
Cancel
Save