Skip to content

Commit 5f0077f

Browse files
Fix whitespace errors
1 parent 508eada commit 5f0077f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ local.properties
6868

6969
# jEnv
7070
.java-version
71-

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ If you are adding a new file it should have a header like this:
1717
* Licensed under the Apache License, Version 2.0 (the "License");
1818
* you may not use this file except in compliance with the License.
1919
* You may obtain a copy of the License at
20-
*
20+
*
2121
* http://www.apache.org/licenses/LICENSE-2.0
22-
*
22+
*
2323
* Unless required by applicable law or agreed to in writing, software
2424
* distributed under the License is distributed on an "AS IS" BASIS,
2525
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ shall suffice to illustrate the idea.)
101101

102102
## Bugs and Feedback
103103

104-
For bugs, feature requests, and discussion please use [Github Issues][issues].
104+
For bugs, feature requests, and discussion please use [GitHub Issues][issues].
105105
For general usage questions please use the [mailing list][list] or [StackOverflow][so].
106106

107107

gradle/artifacts.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if (project.plugins.hasPlugin('com.android.library')) {
4747
}
4848

4949
if (variant.name == 'release') {
50-
// There's a lot of "magic" around the archives configuration; easier
50+
// There's a lot of "magic" around the archives configuration; easier
5151
// just to embrace it rather than try to configure around it
5252
artifacts {
5353
archives javadocJarTask, sourcesJarTask

0 commit comments

Comments
 (0)