Skip to content

Commit 2805400

Browse files
author
Lan Zhiyi
committed
for clang format
1 parent 85a297a commit 2805400

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

envpool/core/env_spec.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class EnvSpec {
5252
using Config = decltype(ConcatDict(common_config, EnvFns::DefaultConfig()));
5353
using ConfigKeys = typename Config::Keys;
5454
using ConfigValues = typename Config::Values;
55-
using StateSpec = decltype(ConcatDict(
56-
common_state_spec, EnvFns::StateSpec(std::declval<Config>())));
55+
using StateSpec = decltype(
56+
ConcatDict(common_state_spec, EnvFns::StateSpec(std::declval<Config>())));
5757
using ActionSpec = decltype(ConcatDict(
5858
common_action_spec, EnvFns::ActionSpec(std::declval<Config>())));
5959
using StateKeys = typename StateSpec::Keys;

0 commit comments

Comments
 (0)