8
0
Просмотр исходного кода

Code style: Added missing spaces.

Kamil Piechaczek 7 лет назад
Родитель
Сommit
505cc7520a
1 измененных файлов с 1 добавлено и 1 удалено
  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;
 		return mgitJson;
 	} );
 	} );
 
 
-	logger().info( `Done. Mgit.json uses the "${branchName}" branch now.` );
+	logger().info( `Done. Mgit.json uses the "${ branchName }" branch now.` );
 };
 };