Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
maknz committed May 5, 2014
1 parent f02ecf9 commit 2c39330
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Maknz/Slack/Facades/Slack.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ class Slack extends Facade {
*/
protected static function getFacadeAccessor() { return 'slack'; }

}
}
2 changes: 1 addition & 1 deletion src/Maknz/Slack/SlackClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ public function send($message, $channel = null, $username = null) {

}

}
}
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@

'default_username' => 'PHP Bot',

];
];

0 comments on commit 2c39330

Please sign in to comment.