8
0
Quellcode durchsuchen

Code style: Added missing spaces.

Kamil Piechaczek vor 7 Jahren
Ursprung
Commit
505cc7520a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.` );
 };