Skip to content

Commit

Permalink
style(dedup): remove unnecessary prefixes and suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shanoaice committed Dec 8, 2021
1 parent 88ae4bf commit fc68624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Aurum.Interop/LogStream.fs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ let matchLog logContent =
| _ -> General logContent

type LogEvent() =
let event = new Event<LogEntry>()
let event = Event<LogEntry>()

[<CLIEventAttribute>]
[<CLIEvent>]
member this.Event = event.Publish

member this.Trigger(log) = event.Trigger(matchLog log)
Expand Down

0 comments on commit fc68624

Please sign in to comment.