mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-29 15:34:21 +08:00
Format code with prettier (#3375)
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
package com.thealgorithms.strings;
|
||||
|
||||
import static com.thealgorithms.strings.Pangram.isPangram;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
import static com.thealgorithms.strings.Pangram.isPangram;
|
||||
|
||||
|
||||
public class PangramTest {
|
||||
|
||||
@Test
|
||||
public void testPangram() {
|
||||
assertTrue(isPangram("The quick brown fox jumps over the lazy dog"));
|
||||
|
Reference in New Issue
Block a user