Skip to content

Commit

Permalink
Remove trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhicks committed Apr 22, 2009
1 parent e55c7c8 commit d7d911b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_stick.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
$g_project_override = $t_bug->project_id;
}

access_ensure_bug_level( config_get( 'set_bug_sticky_threshold' ), $f_bug_id );
access_ensure_bug_level( config_get( 'set_bug_sticky_threshold' ), $f_bug_id );

bug_set_field( $f_bug_id, 'sticky', 'stick' == $f_action );

Expand Down

0 comments on commit d7d911b

Please sign in to comment.