Use formatting from prettier

This commit is contained in:
Rene Pfeuffer
2019-10-17 12:08:39 +02:00
parent 20338c1bb6
commit b2a3bd183c
4 changed files with 38 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
// @flow
import type {Me} from "@scm-manager/ui-types";
import type { Me } from "@scm-manager/ui-types";
import * as types from "./types";
import {apiClient, UnauthorizedError} from "@scm-manager/ui-components";
import {isPending} from "./pending";
import {getFailure} from "./failure";
import { apiClient, UnauthorizedError } from "@scm-manager/ui-components";
import { isPending } from "./pending";
import { getFailure } from "./failure";
import {
callFetchIndexResources,
fetchIndexResources,

View File

@@ -35,7 +35,10 @@ import reducer, {
import configureMockStore from "redux-mock-store";
import thunk from "redux-thunk";
import fetchMock from "fetch-mock";
import {FETCH_INDEXRESOURCES_PENDING, FETCH_INDEXRESOURCES_SUCCESS} from "./indexResource";
import {
FETCH_INDEXRESOURCES_PENDING,
FETCH_INDEXRESOURCES_SUCCESS
} from "./indexResource";
const me = {
name: "tricia",