Skip to content

Commit c73f642

Browse files
committed
modifid order of import
1 parent 6a9f60e commit c73f642

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

speech/grpc/src/test/java/com/google/cloud/speech/grpc/demos/AudioRequestFactoryTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616

1717
package com.google.cloud.speech.grpc.demos;
1818

19-
import com.google.cloud.speech.v1.AudioRequest;
2019
import static org.junit.Assert.assertEquals;
2120

21+
import com.google.cloud.speech.v1.AudioRequest;
22+
2223
import org.junit.Test;
2324
import org.junit.runner.RunWith;
2425
import org.junit.runners.JUnit4;

0 commit comments

Comments
 (0)