Skip to content

Commit 92b27e4

Browse files
committed
Style
1 parent 3fef126 commit 92b27e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/Process.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pid :: Pid
111111
pid = process.pid
112112

113113
platform :: Platform
114-
platform = unsafePartial $ fromJust (Platform.fromString process.platform)
114+
platform = unsafePartial $ fromJust $ Platform.fromString process.platform
115115

116116
-- | Cause the process to exit with the supplied integer code. An exit code
117117
-- | of 0 is normally considered successful, and anything else is considered a

0 commit comments

Comments
 (0)