Skip to content

Commit 13fff07

Browse files
committed
Fix EspRtcMemory formatting
Signed-off-by: Peter M <petermm@gmail.com>
1 parent 5940c0c commit 13fff07

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

elixir/EspRtcMemory/lib/esp_rtc_memory.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,3 @@ defmodule EspRtcMemory do
9797
defp verify_platform(:esp32), do: :ok
9898
defp verify_platform(platform), do: {:error, {:unsupported_platform, platform}}
9999
end
100-

elixir/EspRtcMemory/lib/reboot_state.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ defmodule RebootState do
2525

2626
defstruct count: 0
2727
end
28-

0 commit comments

Comments
 (0)