Skip to content

Commit

Permalink
Item11808: perltidy them all, so people are not accidentally impacted…
Browse files Browse the repository at this point in the history
… by the new enforced rule

git-svn-id: http://svn.foswiki.org/trunk/WikiwygContrib@14680 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed May 1, 2012
1 parent 795160b commit 88898f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/TWiki/Contrib/WikiwygContrib/build.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/perl -w
use strict;

#
# Example build class. Copy this file to the equivalent place in your
# plugin or contrib and edit.
Expand Down Expand Up @@ -30,7 +31,7 @@ package BuildBuild;

sub new {
my $class = shift;
return bless( $class->SUPER::new( "WikiwygContrib" ), $class );
return bless( $class->SUPER::new("WikiwygContrib"), $class );
}

# Example: Override the build target
Expand All @@ -46,5 +47,5 @@ sub target_build {
my $build = new BuildBuild();

# Build the target on the command line, or the default target
$build->build($build->{target});
$build->build( $build->{target} );

0 comments on commit 88898f6

Please sign in to comment.