Explorar o código

Code style: Added missing spaces.

Kamil Piechaczek %!s(int64=7) %!d(string=hai) anos
pai
achega
505cc7520a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.` );
 };