Skip to content

Commit d6a8caf

Browse files
committed
add empty lines at the end of the files
1 parent ed0d80b commit d6a8caf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dataconnect/app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
<string name="title_favorite_movies">Favorite Movies</string>
4141
<string name="title_reviews">Reviews</string>
4242

43-
</resources>
43+
</resources>

dataconnect/dataconnect/movie-connector/mutations.gql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ mutation DeleteReview($movieId: UUID!) @auth(level: USER) {
9999
# mutation DeleteUnpopularMovies($minRating: Float!) @auth(level: USER_EMAIL_VERIFIED) {
100100
# movie_deleteMany(where: { rating: { le: $minRating } })
101101
# }
102-
# End of example mutations
102+
# End of example mutations

dataconnect/dataconnect/schema/schema.gql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ type FavoriteMovie
8585
# @ref is implicit
8686
user: User!
8787
movie: Movie!
88-
}
88+
}

0 commit comments

Comments
 (0)