Skip to content

Commit

Permalink
Update sm_context.go
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshvvr authored Jun 8, 2024
1 parent 17836af commit d8a8c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/context/sm_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ func RemoveSMContext(ref string) {
}

// *** add unit test ***//
func GetSMContextBySEID(SEID uint64) *SMContext {>>>>>>> main
func GetSMContextBySEID(SEID uint64) *SMContext {
if value, ok := seidSMContextMap.Load(SEID); ok {
smContext := value.(*SMContext)
return smContext
Expand Down

0 comments on commit d8a8c3a

Please sign in to comment.