Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrobots committed Feb 13, 2019
1 parent 6188768 commit 3f65df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ export {Sink};

/**
* {@link MonitoredResource} class.
*
*
* @name Logging.MonitoredResource
* @see MonitoredResource
* @type {Interface}
Expand Down
2 changes: 1 addition & 1 deletion src/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export type SeverityNames = keyof typeof Severity;
type LogSeverityFunctions = {
// FIXME: the following can be made more precise.
[P in SeverityNames]: Function;
}
};

/**
* A log is a named collection of entries, each entry representing a timestamped
Expand Down

0 comments on commit 3f65df8

Please sign in to comment.