Skip to content

Commit

Permalink
Update pkg/go/graph/weighted_graph.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yamil Asusta <[email protected]>
  • Loading branch information
yissellokta and elbuo8 authored Oct 10, 2024
1 parent 4185436 commit 145a39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/go/graph/weighted_graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type WeightedAuthorizationModelGraph struct {
edges map[string][]*WeightedAuthorizationModelEdge
}

// NewGraph creates a new Graph.
// NewWeightedAuthorizationModelGraph creates a new WeightedAuthorizationModelGraph.
func NewWeightedAuthorizationModelGraph() *WeightedAuthorizationModelGraph {
return &WeightedAuthorizationModelGraph{
nodes: make(map[string]*WeightedAuthorizationModelNode),
Expand Down

0 comments on commit 145a39b

Please sign in to comment.