diff --git a/assets/src/bundles/revision/diff-utils.js b/assets/src/bundles/revision/diff-utils.js
--- a/assets/src/bundles/revision/diff-utils.js
+++ b/assets/src/bundles/revision/diff-utils.js
@@ -18,12 +18,11 @@
// to track the number of already computed files diffs
let nbDiffsComputed = 0;
-// the no newline at end of file marker from Github
-const noNewLineMarker = '' +
- '' +
- '';
+const noNewLineMarker =
+ '' +
+ '' +
+ '' +
+ '';
// to track the total number of added lines in files diffs
let nbAdditions = 0;