Skip to content

Commit

Permalink
fix: Correct import order to pass Spotless check in SelJodaDateTimePr…
Browse files Browse the repository at this point in the history
…opertyTest

- Adjusted the order of imports to comply with Spotless formatting rules.
- Ran `./gradlew :netflix-sel:spotlessApply` to automatically fix format violations.
  • Loading branch information
HankGuo93 committed Jul 26, 2024
1 parent bc06c49 commit f106037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
package com.netflix.sel.type;

import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;

import com.netflix.sel.visitor.SelOp;
import org.joda.time.DateTime;
Expand Down

0 comments on commit f106037

Please sign in to comment.