chore: fix formatting.

This commit is contained in:
James Harton 2024-04-11 13:54:51 +12:00
parent 740974a674
commit 11f201ec85
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -330,7 +330,8 @@ defmodule AshSqlite.DataLayer do
|> Enum.map(fn {file, index} -> "#{index + 1}: #{file}" end) |> Enum.map(fn {file, index} -> "#{index + 1}: #{file}" end)
n = n =
Mix.shell().prompt(""" Mix.shell().prompt(
"""
How many migrations should be rolled back#{for_repo}? (default: 0) How many migrations should be rolled back#{for_repo}? (default: 0)
Last 20 migration names, with the input you must provide to Last 20 migration names, with the input you must provide to
@ -338,7 +339,9 @@ defmodule AshSqlite.DataLayer do
#{Enum.join(files, "\n")} #{Enum.join(files, "\n")}
Rollback to: Rollback to:
""" |> String.trim_trailing()) """
|> String.trim_trailing()
)
|> String.trim() |> String.trim()
|> case do |> case do
"" -> "" ->