Skip to content

timers: fix jslint failure

Rodrigo Muino Tomonari requested to merge github/fork/mhdawson/fixwarning into master

Pull Request check-list

Please make sure to review and check all of these items:

  • [Yes ] Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with this change (including linting)?
  • [Yes ] Is the commit message formatted according to [CONTRIBUTING.md][0]?
  • [N/A] If this change fixes a bug (or a performance problem), is a regression test (or a benchmark) included?
  • [N/A] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

Affected core subsystem(s)

timers

Description of change

remove semicolon causing jslint failure

Merge request reports

Loading