Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 937e9ad

Browse files
authored
feat: remove extra space
1 parent 9e384b0 commit 937e9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/print.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @returns { void } - An instance of console.log() that is executed using `input`.
55
*/
66

7-
module.exports = function print(input) {
7+
module.exports = function print(input) {
88
if (!input) throw new SyntaxError("No input specified");
99

1010
return console.log(input);

0 commit comments

Comments
 (0)