Skip to content

Commit

Permalink
chore: remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekPipaliya23 committed Apr 17, 2024
1 parent e8fd170 commit 0bdbc93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion apps/vmq_metrics_plus/src/vmq_metrics_plus.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
%% Copyright 2018 Octavo Labs AG Zurich Switzerland (https://octavolabs.com)
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
Expand Down
9 changes: 0 additions & 9 deletions apps/vmq_metrics_plus/src/vmq_metrics_plus_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,5 @@
start_link() ->
supervisor:start_link({local, ?SERVER}, ?MODULE, []).

%% sup_flags() = #{strategy => strategy(), % optional
%% intensity => non_neg_integer(), % optional
%% period => pos_integer()} % optional
%% child_spec() = #{id => child_id(), % mandatory
%% start => mfargs(), % mandatory
%% restart => restart(), % optional
%% shutdown => shutdown(), % optional
%% type => worker(), % optional
%% modules => modules()} % optional
init([]) ->
{ok, {{one_for_one, 5, 10}, [?CHILD(vmq_metrics_plus, worker)]}}.

0 comments on commit 0bdbc93

Please sign in to comment.