From f80e6f9a7a94b9e5a1cc97a02be6d885e6319815 Mon Sep 17 00:00:00 2001 From: aelligp Date: Wed, 11 Dec 2024 15:54:34 +0100 Subject: [PATCH] format off --- src/JustRelax.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/JustRelax.jl b/src/JustRelax.jl index bc3fdcc6..302bcfa6 100644 --- a/src/JustRelax.jl +++ b/src/JustRelax.jl @@ -13,6 +13,7 @@ using Statistics @reexport using JustPIC function solve!() end +#! format: off function __init__() println(""" _ _ ____ _ _ _ @@ -23,7 +24,7 @@ function __init__() |__/ """) end - +#! format: on abstract type AbstractBackend end struct CPUBackend <: AbstractBackend end struct AMDGPUBackend <: AbstractBackend end