Skip to content

Commit

Permalink
Update the CommandHandler initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekhoo committed Oct 29, 2015
1 parent 890941a commit 802262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CommandHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class CommandHandler {

let commandHandledEvent: String?

required public init(commandHandledEvent: String?) {
public required init(commandHandledEvent: String?) {
self.commandHandledEvent = commandHandledEvent
}

Expand Down

0 comments on commit 802262a

Please sign in to comment.