Skip to content

Commit

Permalink
style: format code with Google Java Format
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 754eb04 according to the output
from Google Java Format.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jan 16, 2024
1 parent 754eb04 commit a741c0e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package com.github.brenoepics.at4j.data;

import static org.junit.jupiter.api.Assertions.*;

import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.*;

class DetectedLanguageTest {

@Test
Expand Down

0 comments on commit a741c0e

Please sign in to comment.