Skip to content

Commit 85a87b9

Browse files
Update plopfile.js (syntax)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7703b8 commit 85a87b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plopfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ module.exports = (/** @type {import("plop").NodePlopAPI} */ plop) => {
302302
actions.push({
303303
type: "add",
304304
path: `${prefix}build.gradle`,
305-
templateFile: path.join(androidTemplateDir, "build.gradle")
305+
templateFile: path.join(androidTemplateDir, "build.gradle"),
306306
});
307307
actions.push({
308308
type: "add",

0 commit comments

Comments
 (0)