Skip to content

Commit 5b1f549

Browse files
committed
Run black
1 parent 0ecad87 commit 5b1f549

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

slither/detectors/variables/function_init_state_variables.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ class FunctionInitializedState(AbstractDetector):
4747
IMPACT = DetectorClassification.INFORMATIONAL
4848
CONFIDENCE = DetectorClassification.HIGH
4949

50-
WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#function-initializing-state"
50+
WIKI = (
51+
"https://github.com/crytic/slither/wiki/Detector-Documentation#function-initializing-state"
52+
)
5153

5254
WIKI_TITLE = "Function Initializing State"
5355
WIKI_DESCRIPTION = "Detects the immediate initialization of state variables through function calls that are not pure/constant, or that use non-constant state variable."

0 commit comments

Comments
 (0)