mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 15:49:23 +03:00
Remove parens from require
This commit is contained in:
parent
6480e956af
commit
8a7c57994d
@ -3,7 +3,7 @@ RootView = require 'root-view'
|
||||
{$$} = require 'space-pen'
|
||||
fsUtils = require 'fs-utils'
|
||||
Exec = require('child_process').exec
|
||||
path = require('path')
|
||||
path = require 'path'
|
||||
|
||||
describe "the `atom` global", ->
|
||||
beforeEach ->
|
||||
|
Loading…
Reference in New Issue
Block a user