Skip to content

Commit

Permalink
Applied mvn spotless:apply on CsvParserTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jackluo923 committed Apr 24, 2024
1 parent 23d8de3 commit bc84aee
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
*/
package org.apache.pinot.segment.spi.utils;

import org.testng.Assert;
import org.testng.annotations.Test;

import java.util.Arrays;
import java.util.List;
import org.testng.Assert;
import org.testng.annotations.Test;

public class CsvParserTest {
@Test
Expand Down

0 comments on commit bc84aee

Please sign in to comment.