From a87d5a1dfcab9d7fbc253bc678bfaff34cb39918 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 21 Jan 2025 14:06:58 +0900 Subject: [PATCH] Fix formatting --- lib/lrama/digraph.rb | 2 ++ sig/generated/lrama/digraph.rbs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/lrama/digraph.rb b/lib/lrama/digraph.rb index 45b553a8..9423359a 100644 --- a/lib/lrama/digraph.rb +++ b/lib/lrama/digraph.rb @@ -10,6 +10,7 @@ module Lrama # # `compute_read_sets` and `compute_follow_sets` have the same structure. # Graph of gotos and attributes of gotos are given then compute propagated attributes for each node. + # # In the case of `compute_read_sets`: # # * Set of gotos is nodes of graph @@ -17,6 +18,7 @@ module Lrama # * `direct_read_sets` is nodes attributes # # In the case of `compute_follow_sets`: + # # * Set of gotos is nodes of graph # * `includes_relation` is edges of graph # * `read_sets` is nodes attributes diff --git a/sig/generated/lrama/digraph.rbs b/sig/generated/lrama/digraph.rbs index 78fb5c93..11ffeb64 100644 --- a/sig/generated/lrama/digraph.rbs +++ b/sig/generated/lrama/digraph.rbs @@ -9,6 +9,7 @@ module Lrama # # `compute_read_sets` and `compute_follow_sets` have the same structure. # Graph of gotos and attributes of gotos are given then compute propagated attributes for each node. + # # In the case of `compute_read_sets`: # # * Set of gotos is nodes of graph @@ -16,6 +17,7 @@ module Lrama # * `direct_read_sets` is nodes attributes # # In the case of `compute_follow_sets`: + # # * Set of gotos is nodes of graph # * `includes_relation` is edges of graph # * `read_sets` is nodes attributes