Skip to content

Commit

Permalink
rabbit_boot_state: Wrap boot_state() type definition line
Browse files Browse the repository at this point in the history
... to fit in 80 columns.

(cherry picked from commit 51cfa4e)
  • Loading branch information
dumbbell authored and mergify-bot committed Aug 10, 2021
1 parent 8fae94c commit e945ff9
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@

-define(PT_KEY_BOOT_STATE, {?MODULE, boot_state}).

-type boot_state() :: 'stopped' | 'booting' | 'core_started' | 'ready' | 'stopping'.
-type boot_state() :: stopped |
booting |
core_started |
ready |
stopping.

-export_type([boot_state/0]).

Expand Down

0 comments on commit e945ff9

Please sign in to comment.