Skip to content

Commit

Permalink
refactor: fix overwrapping patterns warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Dec 14, 2024
1 parent f356b5f commit fa384ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Data/VMCP/Marionette.hs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ fromOSCMessage' (Message addr datums)
return $ VRMBlendShapeProxyValue (fromString . T.unpack $ n') val
| addr == "/VMC/Ext/Blend/Apply" = Just VRMBlendShapeProxyApply
| otherwise = Nothing
fromOSCMessage' _ = Nothing



Expand Down

0 comments on commit fa384ea

Please sign in to comment.