chore: Move to prettier standard double quotes (#1309)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// @flow
|
||||
import { Integration } from '../models';
|
||||
import { Integration } from "../models";
|
||||
|
||||
export default function present(integration: Integration) {
|
||||
return {
|
||||
|
Reference in New Issue
Block a user