aboutsummaryrefslogtreecommitdiff
path: root/jimfs/src/test/java/com/google/common/jimfs/OwnerAttributeProviderTest.java
diff options
context:
space:
mode:
authorkak <kak@google.com>2019-04-18 12:00:43 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2019-04-29 11:35:05 -0400
commit64b0b187221a529be531271d9e27627ad1954572 (patch)
treec7185f2b709cef156e5eb422df033af5edb29ff8 /jimfs/src/test/java/com/google/common/jimfs/OwnerAttributeProviderTest.java
parent4f1696afa48c50944ee8bcec7d1e56ea4e1ba935 (diff)
downloadjimfs-64b0b187221a529be531271d9e27627ad1954572.tar.gz
Run google-java-format over all of JimFS.
RELNOTES=Run google-java-format over all of JimFS. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=244231542
Diffstat (limited to 'jimfs/src/test/java/com/google/common/jimfs/OwnerAttributeProviderTest.java')
-rw-r--r--jimfs/src/test/java/com/google/common/jimfs/OwnerAttributeProviderTest.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/jimfs/src/test/java/com/google/common/jimfs/OwnerAttributeProviderTest.java b/jimfs/src/test/java/com/google/common/jimfs/OwnerAttributeProviderTest.java
index 3cd9f76..fc6192b 100644
--- a/jimfs/src/test/java/com/google/common/jimfs/OwnerAttributeProviderTest.java
+++ b/jimfs/src/test/java/com/google/common/jimfs/OwnerAttributeProviderTest.java
@@ -20,14 +20,12 @@ import static com.google.common.jimfs.UserLookupService.createUserPrincipal;
import static com.google.common.truth.Truth.assertThat;
import com.google.common.collect.ImmutableSet;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.junit.runners.JUnit4;
-
import java.io.IOException;
import java.nio.file.attribute.FileOwnerAttributeView;
import java.util.Set;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.junit.runners.JUnit4;
/**
* Tests for {@link OwnerAttributeProvider}.