diff options
Diffstat (limited to 'lib/nodes/elastic.js')
| -rw-r--r-- | lib/nodes/elastic.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nodes/elastic.js b/lib/nodes/elastic.js index 090a6a7..a205836 100644 --- a/lib/nodes/elastic.js +++ b/lib/nodes/elastic.js @@ -11,7 +11,7 @@ import ElasticComponent from '../components/elastic'; */ export default class ElasticNode extends Node { -}; +} /** * Holds the types that are used to identify an elastic entity |