diff --git a/README.md b/README.md
index 5e184b5..c95c455 100644
--- a/README.md
+++ b/README.md
@@ -282,14 +282,14 @@ jobs:
-| Metric | Values |
-| --- | --- |
-| Files scanned | 2 |
-| Files parsed | 2 |
-| Files failed to scan | 0 |
-| Total queries | 821 |
-| Queries failed to execute | 0 |
-| Execution time | 13s |
+| | Metric | Values |
+| --- | --- | --- |
+|  | Files scanned | 2 |
+|  | Files parsed | 2 |
+|  | Files failed to scan | 0 |
+|  | Total queries | 821 |
+|  | Queries failed to execute | 0 |
+|  | Execution time | 13s |
|
diff --git a/dist/index.js b/dist/index.js
index bff5c48..a21e735 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -17843,6 +17843,7 @@ module.exports = {
annotateChangesWithResults
}
+
/***/ }),
/***/ 3571:
@@ -18136,6 +18137,7 @@ module.exports = {
scanWithKICS
};
+
/***/ }),
/***/ 2877:
diff --git a/src/annotator.js b/src/annotator.js
index 794afde..18351da 100644
--- a/src/annotator.js
+++ b/src/annotator.js
@@ -35,4 +35,4 @@ function annotateChangesWithResults(results) {
module.exports = {
annotateChangesWithResults
-}
\ No newline at end of file
+}
diff --git a/src/scanner.js b/src/scanner.js
index 412c85c..ee76a20 100644
--- a/src/scanner.js
+++ b/src/scanner.js
@@ -98,4 +98,4 @@ async function scanWithKICS() {
module.exports = {
scanWithKICS
-};
\ No newline at end of file
+};