Ver código fonte

Code style: Added missing spaces.

Kamil Piechaczek 7 anos atrás
pai
commit
505cc7520a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/release/update-mgit-branches.js

+ 1 - 1
scripts/release/update-mgit-branches.js

@@ -31,5 +31,5 @@ module.exports = function updateMgitBranches( branchName ) {
 		return mgitJson;
 	} );
 
-	logger().info( `Done. Mgit.json uses the "${branchName}" branch now.` );
+	logger().info( `Done. Mgit.json uses the "${ branchName }" branch now.` );
 };