Skip to content

Commit

Permalink
add a semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneHannanAU authored Jun 18, 2018
1 parent 7521d75 commit 057d36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/node/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2614,7 +2614,7 @@ declare module "dns" {

export interface AnyTxtRecord {
type: "TXT";
entries: string[]
entries: string[];
}

export function resolve(hostname: string, callback: (err: NodeJS.ErrnoException, addresses: string[]) => void): void;
Expand Down

0 comments on commit 057d36c

Please sign in to comment.