Skip to content

Commit 3208bae

Browse files
committed
lint fix
1 parent d546215 commit 3208bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/spotLights.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as THREE from 'three';
22
import { FullScreenQuad } from 'three/examples/jsm/postprocessing/Pass.js';
33
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';
44
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
5-
import { PathTracingRenderer, PhysicalPathTracingMaterial, PhysicalCamera , PhysicalSpotLight, IESLoader } from '../src/index.js';
5+
import { PathTracingRenderer, PhysicalPathTracingMaterial, PhysicalCamera, PhysicalSpotLight, IESLoader } from '../src/index.js';
66
import { PathTracingSceneWorker } from '../src/workers/PathTracingSceneWorker.js';
77
import { RGBELoader } from 'three/examples/jsm/loaders/RGBELoader.js';
88
import { GUI } from 'three/examples/jsm/libs/lil-gui.module.min.js';

0 commit comments

Comments
 (0)