Skip to content

Commit

Permalink
no try
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jul 7, 2024
1 parent 5df901e commit 74de541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SafeDICore/Generators/ScopeGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ actor ScopeGenerator: CustomStringConvertible, Sendable {
}

func generateDOT() async throws -> String {
let orderedPropertiesToGenerate = try orderedPropertiesToGenerate
let orderedPropertiesToGenerate = orderedPropertiesToGenerate
let instantiatedProperties = orderedPropertiesToGenerate.map(\.scopeData.asDOTNode)
var childDOTs = [String]()
for orderedPropertyToGenerate in orderedPropertiesToGenerate {
Expand Down

0 comments on commit 74de541

Please sign in to comment.