This repository was archived by the owner on Oct 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed
Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -357,39 +357,39 @@ private void Trash(ref string str)
357357 switch ( _rnd . Next ( 0 , 6 ) )
358358 {
359359 case 0 :
360- {
361- trash += $ "new byte().{ operation } ;";
362- break ;
363- }
360+ {
361+ trash += $ "new byte().{ operation } ;";
362+ break ;
363+ }
364364 case 1 :
365- {
366- trash += $ "new bool().{ operation } ;";
367- break ;
368- }
365+ {
366+ trash += $ "new bool().{ operation } ;";
367+ break ;
368+ }
369369 case 2 :
370- {
371- trash += $ "new char().{ operation } ;";
372- break ;
373- }
370+ {
371+ trash += $ "new char().{ operation } ;";
372+ break ;
373+ }
374374 case 3 :
375- {
376- trash += $ "new short().{ operation } ;";
377- break ;
378- }
375+ {
376+ trash += $ "new short().{ operation } ;";
377+ break ;
378+ }
379379 case 4 :
380- {
381- trash += $ "new int().{ operation } ;";
382- break ;
383- }
380+ {
381+ trash += $ "new int().{ operation } ;";
382+ break ;
383+ }
384384 case 5 :
385- {
386- trash += $ "new long().{ operation } ;";
387- break ;
388- }
385+ {
386+ trash += $ "new long().{ operation } ;";
387+ break ;
388+ }
389389 default :
390- {
391- throw new Exception ( "invalid switch value" ) ;
392- }
390+ {
391+ throw new Exception ( "invalid switch value" ) ;
392+ }
393393 }
394394 }
395395 }
You can’t perform that action at this time.
0 commit comments