fermoya / SwiftUIPager

Native Pager in SwiftUI
MIT License
1.27k stars 166 forks source link

Removed the 'return' as it was not necessary. #332

Open keisukeYamagishi opened 9 months ago

keisukeYamagishi commented 9 months ago

Overview

Removed the return as it was not necessary.

In accordance with Swift language specifications, having no return is acceptable and, in fact, recommended as it makes the code less verbose."