Skip to content

Commit

Permalink
chore: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
bombillazo committed Feb 18, 2024
1 parent e765a5a commit d0031d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,12 @@ changes. Please reach out if there are any undocumented breaking changes.

## Found issues?

Please [file an issue](https://github.com/denodrivers/postgres/issues/new/choose) with any problems with the driver in this repository's
issue section. If you would like to help, please look at the [issues](https://github.com/denodrivers/postgres/issues) as well. You
can pick up one of them and try to implement it.
Please
[file an issue](https://github.com/denodrivers/postgres/issues/new/choose) with
any problems with the driver in this repository's issue section. If you would
like to help, please look at the
[issues](https://github.com/denodrivers/postgres/issues) as well. You can pick
up one of them and try to implement it.

## Contributing guidelines

Expand Down
4 changes: 2 additions & 2 deletions debug.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* Controls debugging behavior. If set to `true`, all debug options are enabled.
* Controls debugging behavior. If set to `true`, all debug options are enabled.
* If set to `false`, all debug options are disabled. Can also be an object with
* specific debug options to enable.
*
*
* {@default false}
*/
export type DebugControls = DebugOptions | boolean;
Expand Down

1 comment on commit d0031d7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No typecheck tests failure

This error was most likely caused by incorrect type stripping from the SWC crate

Please report the following failure to https://github.com/denoland/deno with a reproduction of the current commit

Failure log

Please sign in to comment.