shorthand

This commit is contained in:
Kyle Spearrin 2017-10-02 22:38:56 -04:00
parent a43a3db098
commit e4c47aca9e
1 changed files with 1 additions and 4 deletions

View File

@ -14,10 +14,7 @@ namespace Bit.UWP.Services
{
public class DeviceActionService : IDeviceActionService
{
public bool CanOpenFile(string fileName)
{
return true;
}
public bool CanOpenFile(string fileName) => true;
public void ClearCache()
{