mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Style
This commit is contained in:
@@ -24,10 +24,10 @@ namespace BlackMisc
|
||||
//! Trait for last (most recently) used server and user
|
||||
struct TLastServer : public TDataTrait<CServer>
|
||||
{
|
||||
//! Key in data cache
|
||||
//! \copydoc BlackCore::TDataTrait::key
|
||||
static const char *key() { return "lastserver"; }
|
||||
|
||||
//! First load is synchronous
|
||||
//! \copydoc BlackCore::TDataTrait::isPinned
|
||||
static constexpr bool isPinned() { return true; }
|
||||
};
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user