Skip to content

Commit

Permalink
Fix whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Oct 9, 2017
1 parent dd58ef3 commit e00c12a
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .buildscript/licenses/android-sdk-license
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8933bad161af4178b1185d1a37fbf41ea5269c55
8933bad161af4178b1185d1a37fbf41ea5269c55
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ local.properties
# PDT-specific
.buildpath

# sbteclipse plugin
# sbteclipse plugin
.target

# TeXlipse plugin
Expand Down Expand Up @@ -148,4 +148,4 @@ Temporary Items
build/

# Ignore Gradle GUI config
gradle-app.setting
gradle-app.setting
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion analytics-samples/analytics-sample/proguard-rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
#}
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
<string name="identify_user_id">Type in an ID to identify the user</string>
<string name="id_required">User ID should not be blank or empty</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ public void invalidPreviousIdThrows() {
assertThat(e).hasMessage("previousId cannot be null or empty");
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,4 @@ public void builderCopy() {
assertThat(payload.userId()).isEqualTo("a_new_user_id");
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ public void traits() {
assertThat(payload.traits()).isEqualTo(ImmutableMap.of("foo", "bar"));
assertThat(payload).containsEntry(GroupPayload.TRAITS_KEY, ImmutableMap.of("foo", "bar"));
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ public void requiresUserIdOrTraits() {
assertThat(e).hasMessage("either userId or traits are required");
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ public void properties() {
assertThat(payload.properties()).isEqualTo(ImmutableMap.of("foo", "bar"));
assertThat(payload).containsEntry(TrackPayload.PROPERTIES_KEY, ImmutableMap.of("foo", "bar"));
}
}
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ ext {

ext.deps = [
supportAnnotations: 'com.android.support:support-annotations:23.0.1'
]
]
2 changes: 1 addition & 1 deletion gradle/gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ afterEvaluate { project ->
archives javadocJar
}
}
}
}

0 comments on commit e00c12a

Please sign in to comment.