summaryrefslogtreecommitdiffstats
path: root/src/modules/nodejs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/nodejs.rs')
-rw-r--r--src/modules/nodejs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/nodejs.rs b/src/modules/nodejs.rs
index 87a1e4a25..a0b4162c0 100644
--- a/src/modules/nodejs.rs
+++ b/src/modules/nodejs.rs
@@ -6,7 +6,7 @@ use std::fs::{self, DirEntry};
use std::process::Command;
/// Creates a segment with the current Node.js version
-///
+///
/// Will display the Node.js version if any of the following criteria are met:
/// - Current directory contains a `.js` file
/// - Current directory contains a `node_modules` directory