Skip to content

Commit a22536d

Browse files
committed
Replace spaces with tab
1 parent 8d757d7 commit a22536d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/React.AspNet/JsxFileSystem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ IExpirationTrigger IOwinFileSystem.Watch(string filter)
143143
}
144144
#endif
145145

146-
private class JsxFileInfo : IFileInfo
146+
private class JsxFileInfo : IFileInfo
147147
{
148148
private readonly IJsxTransformer _jsxTransformer;
149149
private readonly IFileInfo _fileInfo;
@@ -202,4 +202,4 @@ public bool Exists
202202
#endif
203203
}
204204
}
205-
}
205+
}

0 commit comments

Comments
 (0)