Skip to content

Commit c508d35

Browse files
Pedro SandersPedro Sanders
authored andcommitted
chore: apply prettier formatting to all TS files
1 parent ed79e4c commit c508d35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/envs.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
*/
19-
import { Assertions as A } from "@routr/common"
19+
import { Assertions as A } from "@routr/common";
2020

21-
A.assertEnvsAreSet(["LOCATION_ADDR"])
21+
A.assertEnvsAreSet(["LOCATION_ADDR"]);
2222

23-
export const BIND_ADDR = process.env.BIND_ADDR ?? "0.0.0.0:51904"
24-
export const LOCATION_ADDR = process.env.LOCATION_ADDR
23+
export const BIND_ADDR = process.env.BIND_ADDR ?? "0.0.0.0:51904";
24+
export const LOCATION_ADDR = process.env.LOCATION_ADDR;

0 commit comments

Comments
 (0)