mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Fix formatting
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Eike K. & Contributors
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Messages.Data.AccountScope exposing (Texts, de, gb)
|
||||
|
||||
import Data.AccountScope exposing (AccountScope)
|
||||
|
@ -1,3 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Eike K. & Contributors
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Messages.Data.BoxContent exposing (Texts, de, gb)
|
||||
|
||||
import Data.BoxContent exposing (BoxContent(..))
|
||||
|
@ -1,3 +1,10 @@
|
||||
{-
|
||||
Copyright 2020 Eike K. & Contributors
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Messages.Data.ItemColumn exposing (Texts, de, gb)
|
||||
|
||||
import Data.ItemColumn exposing (ItemColumn(..))
|
||||
|
Reference in New Issue
Block a user