Skip to content

Commit 71247b0

Browse files
committed
Fix extra space.
1 parent 935c302 commit 71247b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine-java21/bigtable/src/main/webapp/WEB-INF/appengine-web.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
<property name="BIGTABLE_PROJECT" value="@bigtable.projectID@" />
2222
<property name="BIGTABLE_INSTANCE" value="@bigtable.instanceID@" />
2323
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
24-
</system-properties>
24+
</system-properties>
2525
</appengine-web-app>

0 commit comments

Comments
 (0)