Skip to content

Commit 7ad4fe7

Browse files
committed
style(create): correct comment indentation
1 parent 960cc4d commit 7ad4fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lib/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ exports.create = function (project_path, config, options, events) {
253253
.then(function () {
254254
return exports.validateProjectName(project_name);
255255
}).then(function () {
256-
// Log the given values for the project
256+
// Log the given values for the project
257257
events.emit('log', 'Creating Cordova project for the Android platform:');
258258
events.emit('log', '\tPath: ' + project_path);
259259
events.emit('log', '\tPackage: ' + package_name);

0 commit comments

Comments
 (0)