Skip to content

Commit

Permalink
Fix compilation warnings and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thebugcatcher committed Oct 29, 2023
1 parent b7dcb64 commit c784b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions lib/heimdall_web/components/layouts/root.html.heex
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<!DOCTYPE html>
<html
style="font-family: 'Roboto', sans-serif;"
lang="en"
>
<html style="font-family: 'Roboto', sans-serif;" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
2 changes: 1 addition & 1 deletion lib/heimdall_web/live/secret_revealer_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule HeimdallWeb.SecretRevealerLive do
{:error, error} ->
socket =
socket
|> put_flash(:error, "Error in decryption")
|> put_flash(:error, "Error in decryption:\n #{error}")
|> assign(:decrypted_text, nil)

{:noreply, socket}
Expand Down

0 comments on commit c784b75

Please sign in to comment.