Skip to content

Commit 49ddc01

Browse files
TWiStErRobsjudd
authored andcommitted
Ensure one new line at end of modified files.
1 parent ef9f0b3 commit 49ddc01

File tree

15 files changed

+11
-15
lines changed

15 files changed

+11
-15
lines changed

annotation/compiler/test/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ task regenerateTestResources {
9494
afterEvaluate {
9595
regenerateTestResources.finalizedBy(testReleaseUnitTest)
9696
}
97-

annotation/ksp/integrationtest/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ dependencies {
3535
testImplementation libs.truth
3636
testImplementation libs.kotlin.test
3737
testImplementation project(path: ':annotation:ksp:test')
38-
}
38+
}

annotation/ksp/integrationtest/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.bumptech.glide.annotation.ksp.integrationtest">
44

5-
</manifest>
5+
</manifest>

annotation/ksp/test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ dependencies {
2222
testImplementation project(":annotation")
2323
testImplementation project(":glide")
2424
testImplementation libs.kotlin.test
25-
}
25+
}

annotation/ksp/test/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.bumptech.glide.annotation.ksp.test">
5-
</manifest>
5+
</manifest>

benchmark/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ dependencies {
4141
androidTestImplementation project(':testutil')
4242
androidTestImplementation libs.androidx.benchmark.junit
4343
androidTestImplementation libs.guava
44-
}
44+
}

benchmark/src/androidTest/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
tools:ignore="HardcodedDebugMode"
1515
tools:replace="android:debuggable" >
1616
</application>
17-
</manifest>
17+
</manifest>

instrumentation/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ android {
5353
}
5454
}
5555
}
56-
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.bumptech.glide.integration.compose">
4-
</manifest>
4+
</manifest>

integration/cronet/src/test/AndroidManifest.xml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
package="com.bumptech.glide.integration.cronet">
44
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26"/>
55
</manifest>
6-
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest package="com.bumptech.glide.integration.ktx" />
2+
<manifest package="com.bumptech.glide.integration.ktx" />
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
33
package="com.bumptech.glide.integration.okhttp">
4-
</manifest>
4+
</manifest>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.bumptech.glide.integration.sqljournaldiskcache">
4-
</manifest>
4+
</manifest>

samples/imgur/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ task run(type: Exec, dependsOn: 'installDebug') {
5353
description 'Installs the APK and runs the main activity: "gradlew :samples:???:run"'
5454
commandLine "${android.sdkDirectory}/platform-tools/adb", 'shell', 'am', 'start', '-n', 'com.bumptech.glide.samples.card/.MainActivity'
5555
}
56-

samples/imgur/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
</activity>
2929
</application>
3030

31-
</manifest>
31+
</manifest>

0 commit comments

Comments
 (0)