From fb4253ab93fb0e8bf6cbade99be4e827f6ab17ed Mon Sep 17 00:00:00 2001 From: Igor Belagorudsky Date: Mon, 10 Apr 2017 15:33:22 -0400 Subject: [PATCH] switched whitespace to spaces to be consistent with the rest of the file --- types/material-ui/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/material-ui/index.d.ts b/types/material-ui/index.d.ts index 452a5d3780..2f3574d784 100644 --- a/types/material-ui/index.d.ts +++ b/types/material-ui/index.d.ts @@ -651,7 +651,7 @@ declare namespace __MaterialUI { // is the element that get the 'other' properties backgroundColor?: string; disabled?: boolean; - fullWidth?: boolean; + fullWidth?: boolean; hoverColor?: string; icon?: React.ReactNode; label?: React.ReactNode;