From 5896789a6bf6e409cf44c1fb1ffc4f80fd42a487 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Thu, 10 Dec 2020 09:25:12 +1100 Subject: [PATCH] fix indentation --- src/twodnavierstokes.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/twodnavierstokes.jl b/src/twodnavierstokes.jl index b887ad19..119d4dfd 100644 --- a/src/twodnavierstokes.jl +++ b/src/twodnavierstokes.jl @@ -14,9 +14,9 @@ export enstrophy_work, enstrophy_drag - using - CUDA, - Reexport +using + CUDA, + Reexport @reexport using FourierFlows