Remove extra comma

This commit is contained in:
Thomas Muller 2022-01-24 21:12:13 -05:00
parent dbfd13630d
commit b26479e625
Signed by: thomas
GPG key ID: AF006EB730564952

View file

@ -9,7 +9,7 @@ namespace opensbi::timer {
}; };
enum class FunctionId { enum class FunctionId {
SET_TIMER, SET_TIMER
}; };
} }