Skip to content

Commit 6fbd748

Browse files
Fix indentation
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent b69c97a commit 6fbd748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GNNGraphs/query.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Return the largest eigenvalue of the normalized symmetric Laplacian of the graph
422422
If the graph is batched from multiple graphs, return the list of the largest eigenvalue for each graph.
423423
"""
424424
function laplacian_lambda_max(g::GNNGraph,T::DataType=Float32;
425-
add_self_loops::Bool=false, dir::Symbol=:out)
425+
add_self_loops::Bool=false, dir::Symbol=:out)
426426
if g.num_graphs==1
427427
return _eigmax(normalized_laplacian(g,T;add_self_loops,dir))
428428
else

0 commit comments

Comments
 (0)