mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
gen_state_diagram.py: remove unnecessary semicolon
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
eb3350e4b0
commit
7cd9d23ff6
@ -170,7 +170,7 @@ class StateMachineRenderer(object):
|
||||
if v == state:
|
||||
yield state+"[shape=Mdiamond];"
|
||||
found = True
|
||||
break;
|
||||
break
|
||||
if not found:
|
||||
yield state+";"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user