style(story): blank line before StartAsync
This commit is contained in:
@@ -430,6 +430,7 @@ public class StoryService : IStoryService
|
|||||||
DeckFormat = d.DeckFormat ?? 0,
|
DeckFormat = d.DeckFormat ?? 0,
|
||||||
IsRecommend = d.IsRecommend,
|
IsRecommend = d.IsRecommend,
|
||||||
};
|
};
|
||||||
|
|
||||||
public async Task<StartResponse> StartAsync(StoryApiType apiType, int[] storyIds, long viewerId)
|
public async Task<StartResponse> StartAsync(StoryApiType apiType, int[] storyIds, long viewerId)
|
||||||
{
|
{
|
||||||
var resp = new StartResponse();
|
var resp = new StartResponse();
|
||||||
|
|||||||
Reference in New Issue
Block a user