We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a141770 commit bc87836Copy full SHA for bc87836
docker/owlbot/java/bin/format_source.sh
@@ -25,7 +25,7 @@ do
25
if [[ $file =~ .*/samples/snippets/src/main/java/com/example/firestore/Quickstart.java ]];
26
then
27
echo "File skipped formatting: $file"
28
- elif [[ $file =~ .*/samples/snippets/src/main/java/com/example/spanner/.*.java ]];
+ elif [[ $file =~ .*/samples/snippets/src/.*/java/com/example/spanner/.*.java ]];
29
30
31
else
0 commit comments