From f450729cc80a74645194e8f8c8f19577ebd05760 Mon Sep 17 00:00:00 2001 From: Mathy Vanhoef Date: Mon, 25 May 2020 01:12:48 +0400 Subject: [PATCH] fragattack: whitespace fix --- research/fragattack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/research/fragattack.py b/research/fragattack.py index 79c98e337..3a7514937 100755 --- a/research/fragattack.py +++ b/research/fragattack.py @@ -513,7 +513,6 @@ class EapolMsduTest(Test): self.actions[0].frame = auth self.actions[1].frame = frames[0] - # ----------------------------------- Abstract Station Class ----------------------------------- class Station():