Skip to content

Commit

Permalink
Remove an extra line from a paste error.
Browse files Browse the repository at this point in the history
* Thanks @gdevenyi
  • Loading branch information
CGSchwarzMayo committed Jan 7, 2020
1 parent 431a197 commit ca694d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Examples/antsApplyTransforms.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,6 @@ static void antsApplyTransformsInitializeCommandLineOptions( itk::ants::CommandL
OptionType::Pointer option = OptionType::New();
option->SetLongName( "output-data-type" );
option->SetShortName( 'u' );
option->SetUsageOption( 0, "Linear" );
option->SetUsageOption( 0, "char" );
option->SetUsageOption( 1, "uchar" );
option->SetUsageOption( 2, "short" );
Expand Down

0 comments on commit ca694d4

Please sign in to comment.