diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-08-23 00:24:30 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-08-23 00:24:30 +0200 |
| commit | 416efab10af847525186f936d98303735fa477ec (patch) | |
| tree | dac8186d680125125d874ff59736a525b170cbe8 /libs/samba/src/test/java/org | |
| parent | 16d2b1750a78527a5524bfc3171a42f67c323508 (diff) | |
samba: Style fixes
Remove unused imports and shorten lone lines
Diffstat (limited to 'libs/samba/src/test/java/org')
| -rw-r--r-- | libs/samba/src/test/java/org/the_jk/cleversync/samba/SambaTreeTest.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/samba/src/test/java/org/the_jk/cleversync/samba/SambaTreeTest.kt b/libs/samba/src/test/java/org/the_jk/cleversync/samba/SambaTreeTest.kt index 5df61da..d2a2e04 100644 --- a/libs/samba/src/test/java/org/the_jk/cleversync/samba/SambaTreeTest.kt +++ b/libs/samba/src/test/java/org/the_jk/cleversync/samba/SambaTreeTest.kt @@ -11,12 +11,10 @@ import org.junit.Test import org.junit.runner.RunWith import org.robolectric.RobolectricTestRunner import org.robolectric.annotation.Config -import org.the_jk.cleversync.io.Link import org.the_jk.cleversync.io.samba.SambaCredentials import java.io.File import java.nio.charset.StandardCharsets import java.nio.file.Files -import kotlin.io.path.createSymbolicLinkPointingTo @Config(manifest=Config.NONE) @RunWith(RobolectricTestRunner::class) |
