Skip to content

Commit 721f190

Browse files
simsonrajzcstarr
andauthored
Update scripts/build.js
Co-authored-by: Zane Starr <[email protected]>
1 parent 2500734 commit 721f190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fs from "fs";
22
import yaml from "js-yaml";
33
import mergeAllOf from "json-schema-merge-allof";
44
import { dereferenceDocument } from "@open-rpc/schema-utils-js";
5-
import {XErrorGroupsJSON} from "@open-rpc/extensions";
5+
import { XErrorGroupsJSON } from "@open-rpc/extensions";
66

77
function sortByMethodName(methods) {
88
return methods.slice().sort((a, b) => {

0 commit comments

Comments
 (0)