Skip to content

Commit

Permalink
Fix accidental tab instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
discardedwutu committed May 8, 2020
1 parent a3c4726 commit e27e881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ManagerEvent addMember(BridgeEnterEvent event)
List<BridgeEnterEvent> remaining = null;

if (event.getBridgeTechnology().equals("holding_bridge")) {
/* channels in a holding bridge aren't bridged to one another */
/* channels in a holding bridge aren't bridged to one another */
return null;
}

Expand Down

0 comments on commit e27e881

Please sign in to comment.