Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ertugrulkaragoz1 committed Jun 28, 2024
1 parent fc118ba commit f8df1c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ class RegistryScopeImpl : RegistryScope {
override fun <D : Transmission.Data> addComputation(data: D, key: String) {
computationMap[key] = data
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,4 @@ internal class TransformerStorage {
fun clear() {
internalComputationMap.clear()
}


}

0 comments on commit f8df1c8

Please sign in to comment.