Skip to content

Commit e7bd2a1

Browse files
NSHkrNSHkr
authored andcommitted
doc reorg and code style fix
1 parent 09339e3 commit e7bd2a1

File tree

6 files changed

+2
-54
lines changed

6 files changed

+2
-54
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

lib/elixir_scope/foundation/infrastructure/circuit_breaker.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ defmodule ElixirScope.Foundation.Infrastructure.CircuitBreaker do
380380
{:error, :not_found} ->
381381
error =
382382
Error.new(
383-
code: 5009,
383+
code: 5013,
384384
error_type: :circuit_breaker_not_found,
385385
message: "Cannot reset circuit breaker #{name}: not found",
386386
severity: :medium,
@@ -393,7 +393,7 @@ defmodule ElixirScope.Foundation.Infrastructure.CircuitBreaker do
393393
exception ->
394394
error =
395395
Error.new(
396-
code: 5010,
396+
code: 5014,
397397
error_type: :circuit_breaker_exception,
398398
message: "Exception resetting circuit breaker: #{inspect(exception)}",
399399
severity: :medium,

test_hammer.exs

Lines changed: 0 additions & 21 deletions
This file was deleted.

test_hammer2.exs

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)