Skip to content

Commit f241024

Browse files
typo
1 parent 3c6079d commit f241024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ function (l::MEGNetConv)(g::GNNGraph)
852852
x, e = l(g, node_features(g), edge_features(g))
853853
g = GNNGraph(g, ndata=x, edata=e)
854854
end
855-
)
855+
856856
function (l::MEGNetConv)(g::GNNGraph, x::AbstractMatrix, e::AbstractMatrix)
857857
check_num_nodes(g, x)
858858

0 commit comments

Comments
 (0)