Skip to content

Commit

Permalink
use correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Aug 21, 2017
1 parent 4f82016 commit 2b72e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codereview/minimumAbsoluteDifferenceIdentifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From [this Hackerrank problem](https://www.hackerrank.com/challenges/minimum-abs

## Implementation

<!-- language: lang-java --!>
<!-- language: lang-java -->
public class MinimumAbsoluteDifferenceIdentifier {
public static int identifyMinimumAbsoluteDifference(int[] values) {
if (values.length <= 1) {
Expand Down

0 comments on commit 2b72e53

Please sign in to comment.