21507: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
authorLisa Knox <lisaknox83@gmail.com>
Thu, 14 Mar 2024 14:36:48 +0000 (10:36 -0400)
committerLisa Knox <lisaknox83@gmail.com>
Thu, 14 Mar 2024 14:36:48 +0000 (10:36 -0400)
services/workbench2/src/views-components/data-explorer/renderers.tsx

index 6406a78e828243eb89f799806f49cd77cab983f4..91b06c2b2f0a9e22d0d407422d4c2b0fc4636729 100644 (file)
@@ -947,7 +947,6 @@ export const ResourceOwnerWithName = ownerFromResourceId(_resourceWithName);
 
 export const ResourceWithName = userFromID(_resourceWithName);
 
-
 export const UserNameFromID = compose(userFromID)((props: { uuid: string; displayAsText?: string; userFullname: string; dispatch: Dispatch }) => {
     const { uuid, userFullname, dispatch } = props;