🎨 Apply Prettier

This commit is contained in:
Iván Ovejero 2022-06-27 11:45:32 +02:00
commit f2731eaa55
4 changed files with 7 additions and 23 deletions

View file

@ -1,8 +1,4 @@
import {
ICredentialType,
NodePropertyTypes,
} from 'n8n-workflow';
import { ICredentialType, NodePropertyTypes } from 'n8n-workflow';
export class ExampleCredentials implements ICredentialType {
name = 'exampleCredentials';