Skip to content

Commit f0ba90d

Browse files
authored
Fix spacing in documentation (#289)
1 parent 5ff18ef commit f0ba90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct GNN # step 1
3030
dense
3131
end
3232

33-
Flux.@functor GNN # step 2
33+
Flux.@functor GNN # step 2
3434

3535
function GNN(din::Int, d::Int, dout::Int) # step 3
3636
GNN(GCNConv(din => d),

0 commit comments

Comments
 (0)