From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 7 Oct 2022 13:29:31 +0000 (-0700) Subject: Fix code style X-Git-Tag: v1.10.0-beta.rc1~1^2~81^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1754%2Fhead;p=thirdparty%2Fpaperless-ngx.git Fix code style --- diff --git a/src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.ts b/src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.ts index c4f10d0b73..18d476dfe1 100644 --- a/src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.ts +++ b/src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.ts @@ -6,7 +6,7 @@ import { PaperlessTag } from 'src/app/data/paperless-tag' import { TagService } from 'src/app/services/rest/tag.service' import { ToastService } from 'src/app/services/toast.service' import { randomColor } from 'src/app/utils/color' -import {DEFAULT_MATCHING_ALGORITHM} from "../../../../data/matching-model"; +import { DEFAULT_MATCHING_ALGORITHM } from 'src/app/data/matching-model' @Component({ selector: 'app-tag-edit-dialog',