From a3ac1da7c02db61c2106cf3d82eb9af0cc2f5f5d Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Mon, 23 Sep 2019 17:19:02 -0400 Subject: [PATCH] Formatting [skip ci] --- Source/Renderer/checkFloatTexturePrecision.js | 31 +++++++++---------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/Source/Renderer/checkFloatTexturePrecision.js b/Source/Renderer/checkFloatTexturePrecision.js index 3da3deb22aa6..2e00e1100a7c 100644 --- a/Source/Renderer/checkFloatTexturePrecision.js +++ b/Source/Renderer/checkFloatTexturePrecision.js @@ -1,20 +1,19 @@ define([ - '../Core/PixelFormat', - '../Shaders/CheckFloatTexturePrecisionFS', - './ComputeCommand', - './ComputeEngine', - './Framebuffer', - './PixelDatatype', - './Texture' -], function( - PixelFormat, - CheckFloatTexturePrecisionFS, - ComputeCommand, - ComputeEngine, - Framebuffer, - PixelDatatype, - Texture -) { + '../Core/PixelFormat', + '../Shaders/CheckFloatTexturePrecisionFS', + './ComputeCommand', + './ComputeEngine', + './Framebuffer', + './PixelDatatype', + './Texture' + ], function( + PixelFormat, + CheckFloatTexturePrecisionFS, + ComputeCommand, + ComputeEngine, + Framebuffer, + PixelDatatype, + Texture) { 'use strict'; /**