mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Using elm-format for all files
This commit is contained in:
@ -2,10 +2,14 @@ port module Ports exposing (..)
|
||||
|
||||
import Api.Model.AuthResult exposing (AuthResult)
|
||||
|
||||
port initElements: () -> Cmd msg
|
||||
|
||||
port setAccount: AuthResult -> Cmd msg
|
||||
port removeAccount: () -> Cmd msg
|
||||
port setAccount : AuthResult -> Cmd msg
|
||||
|
||||
port setProgress: (String, Int) -> Cmd msg
|
||||
port setAllProgress: (String, Int) -> Cmd msg
|
||||
|
||||
port removeAccount : () -> Cmd msg
|
||||
|
||||
|
||||
port setProgress : ( String, Int ) -> Cmd msg
|
||||
|
||||
|
||||
port setAllProgress : ( String, Int ) -> Cmd msg
|
||||
|
Reference in New Issue
Block a user