Skip to content

Commit

Permalink
Merge branch 'main' into introduce-java-time-ggj
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp authored Oct 30, 2024
2 parents 2cb3b6d + cdcc0a2 commit 85efc59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hermetic_build/library_generation/owlbot/bin/format_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ do
elif [[ $file =~ .*/samples/snippets/src/.*/java/com/example/spanner/.*.java ]];
then
echo "File skipped formatting: $file"
elif [[ $file =~ .*/test-jdk17/java/com/google/cloud/firestore/.*java ]];
then
echo "File skipped formatting: $file"
else
echo $file >> $tmp_file
fi
Expand Down

0 comments on commit 85efc59

Please sign in to comment.