Skip to content

Commit f779b68

Browse files
author
Katharine Hyatt
committed
Formatter
1 parent c7e4444 commit f779b68

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ext/VectorInterfaceMooncakeExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module VectorInterfaceMooncakeExt
33
using VectorInterface
44
using Mooncake
55
using Mooncake: @is_primitive, DefaultCtx,
6-
NoFData, NoRData, NoTangent,
7-
CoDual, Dual, arrayify, primal, extract
6+
NoFData, NoRData, NoTangent,
7+
CoDual, Dual, arrayify, primal, extract
88

99
# Projection
1010
# ----------

test/mooncake.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module MooncakeTests
33
using VectorInterface
44
using VectorInterface: MinimalMVec, MinimalSVec, MinimalVec
55
using Test, TestExtras
6-
using Mooncake
6+
using Mooncake
77
using Random
88

99
rng = Random.default_rng()

0 commit comments

Comments
 (0)