Selaa lähdekoodia

Code style: Added missing spaces.

Kamil Piechaczek 7 vuotta sitten
vanhempi
commit
505cc7520a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.` );
 };