From cdc36db359fac508ba84cec3af5700d7614fd93f Mon Sep 17 00:00:00 2001 From: dholms Date: Thu, 21 Sep 2023 21:58:25 -0500 Subject: [PATCH] format --- services/pds/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/services/pds/index.js b/services/pds/index.js index b65505152fb..4be4833e942 100644 --- a/services/pds/index.js +++ b/services/pds/index.js @@ -12,10 +12,7 @@ require('dd-trace') // Only works with commonjs // Tracer code above must come before anything else const path = require('path') -const { - KmsKeypair, - S3BlobStore, -} = require('@atproto/aws') +const { KmsKeypair, S3BlobStore } = require('@atproto/aws') const { Database, ServerConfig,