Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 16, 2024
1 parent 21bff9d commit 2c77dbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The recommended way to get AT4J is to use a build manager, like Gradle or Maven.

<details>
<summary>Gradle</summary>

```gradle
implementation group: 'io.github.brenoepics', name: 'at4j', version: '1.0.0'
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ public List<DetectedLanguage> getDetectedLanguages() {
* @return The first detected language.
*/
public DetectedLanguage getFirst() { return detectedLanguages.get(0); }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ void shouldHandleResponseWithValidJsonBody() {

assertTrue(result.isPresent());
}
}
}

0 comments on commit 2c77dbd

Please sign in to comment.