Skip to content

Commit a40f85c

Browse files
author
Nathan Marz
committed
remove unnecessary or
1 parent 849b76d commit a40f85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/backtype/storm/testing4j.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
(let [mocked-sources (or (-> completeTopologyParam .getMockedSources .getData) {})
3939
storm-conf (or (.getStormConf completeTopologyParam) {})
4040
cleanup-state (or (.getCleanupState completeTopologyParam) true)
41-
topology-name (or (.getTopologyName completeTopologyParam))]
41+
topology-name (.getTopologyName completeTopologyParam)]
4242
(complete-topology (.getState cluster) topology
4343
:mock-sources mocked-sources
4444
:storm-conf storm-conf

0 commit comments

Comments
 (0)