Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9981e74

Browse files
committedDec 24, 2020
fix line break
1 parent d5a7842 commit 9981e74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎lib/config.atd

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ type secrets = {
4949
(* Slack bot token obtained via OAuth, enabling message posting to the workspace;
5050
if not provided initially, the first successful OAuth exchange will update this
5151
field both in memory and on disk *)
52-
?slack_access_token : string option;}
52+
?slack_access_token : string option;
53+
}

0 commit comments

Comments
 (0)
Please sign in to comment.