From 39da04dc796b635b43879d285bc9d2c2aabc8761 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Sat, 12 Mar 2022 22:07:48 -0500 Subject: Lint --- webAO/utils/getAnimLength.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/utils/getAnimLength.js') diff --git a/webAO/utils/getAnimLength.js b/webAO/utils/getAnimLength.js index 1441548..aa303cf 100644 --- a/webAO/utils/getAnimLength.js +++ b/webAO/utils/getAnimLength.js @@ -1,6 +1,6 @@ import calculatorHandler from './calculatorHandler'; import fileExists from './fileExists.js'; -import {requestBuffer} from '../services/request.js'; +import { requestBuffer } from '../services/request.js'; /** * Gets animation length. If the animation cannot be found, it will * silently fail and return 0 instead. -- cgit