From 893ba76753135b6a253f219211e8bfeab533f87e Mon Sep 17 00:00:00 2001
From: joshwooding <12938082+joshwooding@users.noreply.github.com>
Date: Thu, 18 Apr 2019 14:10:28 +0100
Subject: [PATCH] Prettier
---
packages/material-ui/src/Slide/Slide.test.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/packages/material-ui/src/Slide/Slide.test.js b/packages/material-ui/src/Slide/Slide.test.js
index e4c4c30497465c..a6915c93fb1e24 100644
--- a/packages/material-ui/src/Slide/Slide.test.js
+++ b/packages/material-ui/src/Slide/Slide.test.js
@@ -188,9 +188,7 @@ describe('', () => {
describe('prop: direction', () => {
it('should update the position', () => {
- const wrapper = mount(
- ,
- );
+ const wrapper = mount();
const child = wrapper.find('#testChild').instance();
const transition1 = child.style.transform;