Skip to content

Commit 326f2c1

Browse files
author
Ace Nassri
authored
chore(functions): fix gradle formatting issue (GoogleCloudPlatform#3412)
1 parent 4a1ce47 commit 326f2c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

functions/helloworld/hello-http-gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// START functions_build_gradle
15+
// [START functions_build_gradle]
1616
apply plugin: 'java'
1717

1818
repositories {
@@ -39,4 +39,4 @@ jar {
3939
// There must be a jar {} section, though the archiveBaseName does not have to be 'function'.
4040
archiveBaseName = 'function'
4141
}
42-
// END functions_build_gradle
42+
// [END functions_build_gradle]

0 commit comments

Comments
 (0)