diff --git a/src/index.ts b/src/index.ts index 589789f..0c1ab4d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -128,12 +128,12 @@ function ordinaryGetMetadata( return ordinaryGetOwnMetadata(metadataKey, target, propertyKey) ? ordinaryGetOwnMetadata(metadataKey, target, propertyKey) : Object.getPrototypeOf(target) - ? ordinaryGetMetadata( - metadataKey, - Object.getPrototypeOf(target), - propertyKey, - ) - : undefined; + ? ordinaryGetMetadata( + metadataKey, + Object.getPrototypeOf(target), + propertyKey, + ) + : undefined; } export function metadata(