Skip to content

Commit c057088

Browse files
committed
Remove whitespaces
1 parent 59be520 commit c057088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Config/FilesystemFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function loadEtcResolvConf($filename)
6464
$stream->on('error', function ($error) use ($deferred) {
6565
$deferred->reject($error);
6666
});
67-
67+
6868
return $deferred->promise();
6969
} catch (\Exception $e) {
7070
return Util::reject($e);

0 commit comments

Comments
 (0)