Skip to content

Commit

Permalink
format off
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed Dec 11, 2024
1 parent ec2edd9 commit f80e6f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/JustRelax.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ using Statistics
@reexport using JustPIC

function solve!() end
#! format: off
function __init__()
println("""
_ _ ____ _ _ _
Expand All @@ -23,7 +24,7 @@ function __init__()
|__/
""")
end

#! format: on
abstract type AbstractBackend end
struct CPUBackend <: AbstractBackend end
struct AMDGPUBackend <: AbstractBackend end
Expand Down

0 comments on commit f80e6f9

Please sign in to comment.