Skip to content

Commit 248b35e

Browse files
committed
chore: fmt
1 parent 15f5876 commit 248b35e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/depsbot.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ jobs:
1919
uses: denosaurs/depsbot@master
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
22-

mod.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export interface DecodeResult {
138138

139139
/**
140140
* Encodes an image to PNG format.
141-
*
141+
*
142142
* @example
143143
* ```ts
144144
* // An array containing a RGBA sequence where the first pixel is red and second is black
@@ -214,7 +214,7 @@ export function encode(
214214

215215
/**
216216
* Decodes a PNG image.
217-
*
217+
*
218218
* @example
219219
* ```ts
220220
* const image = await Deno.readFile("image.png");

0 commit comments

Comments
 (0)