Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Dec 8, 2024
1 parent c7f3d4e commit 9e9d472
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/DispersiveShallowWater.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ using BandedMatrices: BandedMatrix
using DiffEqBase: DiffEqBase, SciMLBase, terminate!
using FastBroadcast: @..
using Interpolations: Interpolations, linear_interpolation
using LinearAlgebra: mul!, ldiv!, I, Diagonal, Symmetric, diag, lu, lu!, cholesky,
cholesky!,
issuccess
using LinearAlgebra: mul!, ldiv!, I, Diagonal, Symmetric, diag,
lu, lu!, cholesky, cholesky!, issuccess
using PolynomialBases: PolynomialBases
using Printf: @printf, @sprintf
using RecipesBase: RecipesBase, @recipe, @series
Expand Down

0 comments on commit 9e9d472

Please sign in to comment.