Skip to content

Commit 56a83dc

Browse files
authored
Merge pull request bhoffman0#225 from Lioness100/patch-1
remove extraneous semicolon
2 parents 1e33ca6 + 393538b commit 56a83dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

_sources/Unit6-Arrays/ArrayPractice.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@ Code Practice with Arrays
858858
{
859859
int[] arr = {20, 3, 18, 55, 4};
860860
System.out.println(getAverage(arr));
861-
;
862861
}
863862
}
864863

0 commit comments

Comments
 (0)