mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove the trailing semicolon
This commit is contained in:
@@ -25,9 +25,9 @@ class DefaultDirectoryProvider
|
||||
# TODO: Stop normalizing the path in pathwatcher's Directory.
|
||||
directory = new Directory(directoryPath)
|
||||
if (url.parse(directoryPath).protocol)
|
||||
directory.path = directoryPath;
|
||||
directory.path = directoryPath
|
||||
if (fs.isCaseInsensitive())
|
||||
directory.lowerCasePath = directoryPath.toLowerCase();
|
||||
directory.lowerCasePath = directoryPath.toLowerCase()
|
||||
directory
|
||||
|
||||
# Public: Create a Directory that corresponds to the specified URI.
|
||||
|
||||
Reference in New Issue
Block a user