Skip to content

Commit

Permalink
chore: remove unnecessary line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mineejo committed Dec 12, 2023
1 parent d8a8d17 commit f52fc01
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 47 deletions.
2 changes: 1 addition & 1 deletion _wrapper/wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ try {
// Unreliable, but it works to overwrite paths of recreated files.
text = text.replace(/(\.\.\/)+/mg, ROOT_DIR).replace(
thisFileCopyright,
`${thisFileCopyright}\n\n` + `${WARNING}\n\n`,
`${thisFileCopyright}\n\n` + `${WARNING}`,
);

data = new TextEncoder().encode(text);
Expand Down
2 changes: 0 additions & 2 deletions ansi16/ansi16_to_ansi8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Ansi16, Ansi8 } from "../color_formats.ts";
import { clamp } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions ansi256/ansi256_to_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Ansi256, Rgb } from "../color_formats.ts";
import { clamp } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions cmy/cmy_to_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Cmy, Rgb } from "../color_formats.ts";
import { percent } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions cmyk/cmyk_to_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Cmyk, Rgb } from "../color_formats.ts";
import { percent } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions hex/hex_to_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Hex, Rgb } from "../color_formats.ts";

export function hexToRgb(...components: Hex): Rgb {
Expand Down
2 changes: 0 additions & 2 deletions hsb/hsb_to_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Hsb, Rgb } from "../color_formats.ts";
import { hsvToRgb } from "../hsv/hsv_to_rgb.ts";

Expand Down
2 changes: 0 additions & 2 deletions hsl/hsl_to_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { clamp } from "../util.ts";
import { Hsl, Rgb } from "../color_formats.ts";

Expand Down
2 changes: 0 additions & 2 deletions hsv/hsv_to_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { clamp } from "../util.ts";
import { Hsv, Rgb } from "../color_formats.ts";

Expand Down
2 changes: 0 additions & 2 deletions lab/lab_to_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Lab, Rgb } from "../color_formats.ts";
import { xyzToRgb } from "../xyz/xyz_to_rgb.ts";
import { clamp } from "../util.ts";
Expand Down
2 changes: 0 additions & 2 deletions name/name_to_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Name, Rgb } from "../color_formats.ts";
import { colors } from "../deps.ts";

Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_ansi16.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Ansi16, Rgb } from "../color_formats.ts";
import { rgbToAnsi256 } from "./rgb_to_ansi256.ts";

Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_ansi256.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Ansi256, Rgb } from "../color_formats.ts";
import { clamp } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_ansi8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Ansi8, Rgb } from "../color_formats.ts";
import { rgbToAnsi16 } from "./rgb_to_ansi16.ts";
import { ansi16ToAnsi8 } from "../ansi16/ansi16_to_ansi8.ts";
Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_cmy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Cmy, Rgb } from "../color_formats.ts";
import { clamp } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_cmyk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Cmyk, Rgb } from "../color_formats.ts";
import { clamp } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_hex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Hex, Rgb } from "../color_formats.ts";
import { clamp } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_hsb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Hsb, Rgb } from "../color_formats.ts";
import { clamp } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_hsl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Hsl, Rgb } from "../color_formats.ts";
import { clamp } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_hsv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Hsv, Rgb } from "../color_formats.ts";
import { clamp } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_lab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Lab, Rgb, Xyz } from "../color_formats.ts";
import { rgbToXyz } from "./rgb_to_xyz.ts";

Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { colors } from "../deps.ts";
import { Name, Rgb } from "../color_formats.ts";

Expand Down
2 changes: 0 additions & 2 deletions rgb/rgb_to_xyz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Rgb, Xyz } from "../color_formats.ts";
import { clamp } from "../util.ts";

Expand Down
2 changes: 0 additions & 2 deletions xyz/xyz_to_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// File generated automatically!
// Generation script: /color_convert/_wrapper/wrapper.ts



import { Rgb, Xyz } from "../color_formats.ts";
import { clamp } from "../util.ts";

Expand Down

0 comments on commit f52fc01

Please sign in to comment.