@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace frictionlessdata\datapackage\Validators; |
4 | 4 | |
5 | -use frictionlessdata\datapackage\Registry; |
|
6 | 5 | use frictionlessdata\datapackage\Utils; |
7 | 6 | use frictionlessdata\tableschema\SchemaValidator; |
8 | 7 | use frictionlessdata\tableschema\SchemaValidationError; |
@@ -37,7 +37,7 @@ |
||
37 | 37 | } |
38 | 38 | } |
39 | 39 | } else if (is_string($resource->path)) { |
40 | - $resource->path .= 'file://' . $resource->path; |
|
40 | + $resource->path .= 'file://'.$resource->path; |
|
41 | 41 | } |
42 | 42 | } |
43 | 43 | } |