Skip to content

Commit

Permalink
Align operators
Browse files Browse the repository at this point in the history
  • Loading branch information
evansolomon committed Aug 20, 2012
1 parent f44775f commit 9f91d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-contributors.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
function pw_get_github_contributors( $atts, $content = null ) {
extract( shortcode_atts( array(
'username' => 'Automattic',
'repo' => '_s'
'repo' => '_s'
), $atts )
);

Expand Down

0 comments on commit 9f91d81

Please sign in to comment.