Skip to content

Commit dc8d388

Browse files
author
Nathan Marz
committed
formatting
1 parent f92310d commit dc8d388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/backtype/storm/daemon/supervisor.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
curr-id (if-let [id (.get state LS-ID)]
466466
id
467467
(generate-supervisor-id))]
468-
(.put state LS-ID curr-id)
468+
(.put state LS-ID curr-id)
469469
(reset! id-atom curr-id))
470470
)
471471
(confirmAssigned [this port]

0 commit comments

Comments
 (0)