Skip to content

Commit

Permalink
style: format code with Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 7f6a21a according to the output
from Prettier.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored May 27, 2024
1 parent 7f6a21a commit 11864d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

</div>



## Installation

```sh
Expand All @@ -29,7 +27,7 @@ yarn add @scmmishra/business-hours
You need to initialize the scheduler using the following options, the hours defines the schedule for each day of the week, and the holidays is an array of `Date` objects.

```typescript
import { Scheduler } from '@scmmishra/business-hours'
import { Scheduler } from "@scmmishra/business-hours";

const scheduler = new Scheduler({
hours: {
Expand Down

0 comments on commit 11864d2

Please sign in to comment.