Skip to content

Commit

Permalink
fix: fix checkstyle issues
Browse files Browse the repository at this point in the history
OCD-4765
  • Loading branch information
tmy1313 committed Mar 7, 2025
1 parent 74dc35b commit 075c493
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions chpl/chpl-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
<version>${redisson.version}</version>
</dependency>

<dependency>
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.4.0</version>
Expand Down Expand Up @@ -418,14 +418,14 @@
<artifactId>jwks-rsa</artifactId>
<version>0.4.0</version>
</dependency>
<!-- https://failsafe.dev/ -->
<dependency>
<groupId>dev.failsafe</groupId>
<artifactId>failsafe</artifactId>
<version>3.3.2</version>
</dependency>

<!-- https://failsafe.dev/ -->
<dependency>
<groupId>dev.failsafe</groupId>
<artifactId>failsafe</artifactId>
<version>3.3.2</version>
</dependency>

<!-- needed for unit tests -->

Check warning on line 429 in chpl/chpl-service/pom.xml

View workflow job for this annotation

GitHub Actions / Checkstyle job

[reviewdog] reported by reviewdog 🐶 Line contains a tab character. Raw Output: /github/workspace/./chpl/chpl-service/pom.xml:429:1: warning: Line contains a tab character. (com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck)
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 075c493

Please sign in to comment.